home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 May
/
macformat-024.iso
/
Shareware City
/
Developers
/
Kant Pro source Folder
/
Kant Pro 1.1 ƒ
/
kode new
/
kant parser.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-12
|
320 b
|
14 lines
|
[
TEXT/MMCC
]
#ifndef __KANT_PARSER_H__
#define __KANT_PARSER_H__
enum ErrorType
{
kNoError=0, kNoReferenceName, kBadReference, kBadChoiceFormat, kBadOptionalFormat,
kNoInstantiations, kBadBackslash, kUserCancelled
};
void InitTheParser(WindowPtr theWindow, short rawStart, short rawEnd);
enum ErrorType ParseLoop(void);
#endif